Uses of Interface
com.cisco.pt.ipc.sim.pdu.HTTPHeaderPair
Packages that use HTTPHeaderPair
-
Uses of HTTPHeaderPair in com.cisco.pt.ipc.sim.pdu
Methods in com.cisco.pt.ipc.sim.pdu that return types with arguments of type HTTPHeaderPairModifier and TypeMethodDescriptionHTTPRequestHeader.getRequestHeaders()HTTPResponseHeader.getResponseHeaders()Method parameters in com.cisco.pt.ipc.sim.pdu with type arguments of type HTTPHeaderPairModifier and TypeMethodDescriptionvoidHTTPRequestHeader.setRequestHeaders(List<HTTPHeaderPair> requestHeaders) voidHTTPResponseHeader.setResponseHeaders(List<HTTPHeaderPair> responseHeaders) -
Uses of HTTPHeaderPair in com.cisco.pt.ipc.sim.pdu.impl
Classes in com.cisco.pt.ipc.sim.pdu.impl that implement HTTPHeaderPairFields in com.cisco.pt.ipc.sim.pdu.impl with type parameters of type HTTPHeaderPairModifier and TypeFieldDescriptionprotected List<HTTPHeaderPair>HTTPRequestHeaderImpl.requestHeadersprotected List<HTTPHeaderPair>HTTPResponseHeaderImpl.responseHeadersMethods in com.cisco.pt.ipc.sim.pdu.impl that return types with arguments of type HTTPHeaderPairModifier and TypeMethodDescriptionHTTPRequestHeaderImpl.getRequestHeaders()HTTPResponseHeaderImpl.getResponseHeaders()Method parameters in com.cisco.pt.ipc.sim.pdu.impl with type arguments of type HTTPHeaderPairModifier and TypeMethodDescriptionvoidHTTPRequestHeaderImpl.setRequestHeaders(List<HTTPHeaderPair> requestHeaders) voidHTTPResponseHeaderImpl.setResponseHeaders(List<HTTPHeaderPair> responseHeaders)